home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / ObjectPalette / SumObject.h < prev    next >
Text File  |  1992-12-19  |  161b  |  16 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface SumObject:Object
  5. {
  6.     id    sum;
  7.     id    summandOne;
  8.     id    summandTwo;
  9.  }
  10.  
  11. - sumThem:sender;
  12.  
  13. -(NXImage *)getIBImage;
  14.  
  15. @end
  16.